curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/grant-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data_access_expires_at": "2051-07-28",
"expires_never": true
}'
{
"message": "Sensitive data access granted successfully"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/grant-sensitive-data \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data_access_expires_at": "2051-07-28",
"expires_never": true
}'
{
"message": "Sensitive data access granted successfully"
}